home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Palettes / MiscThreeStateButton / Makefile.postamble < prev    next >
Makefile  |  1995-01-30  |  681b  |  25 lines

  1. #    MiscThreeStateButton Postamble
  2. #    basically lifted from a mini-example
  3. #    this is 3.1 specific, and will enable the building of FAT palletes!
  4.  
  5. #LIBTOOL = /bin/ar r         # for 3.0
  6. LIBTOOL = /bin/libtool -o    # for 3.1, 3.2, fat palettes
  7.  
  8. RELOCATABLE_STRIP_OPTS = -x -u
  9.  
  10. # Optimization flag passed to compiler:
  11. OPTIMIZATION_CFLAG = -O2 -pipe
  12.  
  13. COMMON_CFLAGS = $(PROJECT_SPECIFIC_CFLAGS) -Wall  
  14.  
  15. # Flags passed to compiler in normal 'app' compiles:
  16. NORMAL_CFLAGS = $(COMMON_CFLAGS) $(OPTIMIZATION_CFLAG)
  17.  
  18. # Flags passed to compiler in normal 'app' compiles:
  19. # old (3.2) way
  20. #NORMAL_CFLAGS = $(OPTIMIZATION_CFLAG) -Wall
  21.  
  22. libMiscThreeStateButton.a: $(LIBOFILES)
  23.     $(LIBTOOL) $@ $(LIBOFILES)
  24.  
  25.